home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / cashsig.arc / CASHSIG
Encoding:
Text File  |  1986-08-21  |  29.6 KB  |  982 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 1
  8.  
  9.  
  10. [76146,371]
  11. SAVER1.ARC                19-Aug-86 5215(2240)         Accesses: 4
  12.  
  13.     Keywords: BIN LOAD CALL SAVERESTORE SCREENS TO MEM AND DISK DB3+
  14.     
  15.     This is a BIN routine to save and restore screens to memory and disk much
  16.     like Clipper's SAVE/RESTORE SCREEN only a little more versatile.  Initial
  17.     version had a typo in the DOC file which had "S" instead of "W" for "write
  18.     screen to disk".
  19.     
  20.     
  21.  
  22. [76566,1405]
  23. DIAL.PRG                  19-Aug-86 1785(768)          Accesses: 5
  24.  
  25.     Keywords: MODEM DIAL DIALER DBASE3 PHONE TELEPHONE
  26.     
  27.     A short routine that will allow dialing from within dBaseIII. Makes use of
  28.     DOS MODE and redirection of printer output to a COM port. Easily integrated
  29.     into existing applications. UPL/AUTHOR: Bowen Moursund 76566,1405
  30.     
  31.     
  32.  
  33. [76146,371]
  34. FSIZE.ARC                 14-Aug-86 8465(3616)         Accesses: 9
  35.  
  36.     Keywords: LOAD CALL BIN ASM FILE SIZES 3+
  37.     
  38.     Find size of a file or group of files that conform to a wildcard from db3+
  39.     with a CALLable routine.  Also catches invalid filespec or drivespec, drive
  40.     not ready etc.  Enjoy!
  41.     
  42.     
  43.  
  44. [74736,3457]
  45. DBFCRE.ARC                05-Aug-86 20830(8896)        Accesses: 12
  46.  
  47.     Keywords: DBASE DBASEIII DBASEIIIPLUS PROGRAM GENERATOR DBFCREA DBFCREA2
  48.     CONVERSION FORMA
  49.     
  50.     dBASE III PLUS program to convert DBFs into a PRG, which, when run, will
  51.     recreate the DBF.  The generated program can recreate the DBF structure,
  52.     data, or both.
  53.     
  54.     
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 2
  63.  
  64.  
  65. [72366,1641]
  66. DINDEN.COM                27-Jul-86 36450(15552)       Accesses: 34
  67.  
  68.     Keywords: DBASE INDENT SOURCE FORMAT FORMATTING
  69.     
  70.     A Saturday morning project that will create a formatted dBase source file
  71.     while checking for unclosed 'if..endif' 'do while..endwhile', and 'do
  72.     case.. endcase' blocks.  The number of spaces for indentation is given by
  73.     the user. Usage: INDENT INFILE.EXT OUTFILE.EXT [INDENTATION]. 153 XMODEM
  74.     Blocks.
  75.     
  76.     
  77.  
  78. [72366,1641]
  79. LINEAT.COM                27-Jul-86 38400(16384)       Accesses: 23
  80.  
  81.     Keywords: DBASE SOURCE FORMATTING DEBUGGING DELINEATE DELINEATION
  82.     
  83.     Another Saturday morning project.  This one takes a dBase source file and
  84.     creates a file with the 'if..endif', 'do while..enddo', and 'do
  85.     case..endcase' code blocks delineated with the PC Graphics characters. 
  86.     Also counts those same blocks to make sure each one is properly opened and
  87.     closed, and of the programming constructs (like 'if..endif') are balanced. 
  88.     Usage: LINEATE INFILE.EXT OUTFILE.EXT [INDENTATION]. 118 XMODEM Blocks
  89.     
  90.     
  91.  
  92. [70166,337]
  93. ANYE.DES                  19-Jul-86 2715               Accesses: 61
  94.  
  95.     Keywords: REMOTE MODEM DBASE III + ANYWHERE PC PCANYWHERE COMMUNICATIONS
  96.     XMODEM
  97.     
  98.     Description of a new remote program, pcANYWHERE.  It allows you to run a
  99.     distant HOST computer from your loca{ computV as though you were sitting at
  100.     the host.  DOWnload or Read, ASCII, 22blks. Upl: Craig Steinberg
  101.     
  102.     
  103.  
  104. [76703,3007]
  105. ANOMLY.TXT                15-Jul-86 13270              Accesses: 159
  106.  
  107.     Keywords: ANOMALY DBASE THREE PLUS III INDEXING PRINTING BUGS LIST
  108.     
  109.     This is a list of current, known anomalies in dBASE III PLUS. This
  110.     information can also be found in the Technical Reference Library at GO
  111.     ASHTON.  This list revised 7-15-86 [Kent].
  112.     
  113.     
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 3
  122.  
  123.  
  124. [76703,3035]
  125. S-JOIN.PRG                08-Jul-86 1540               Accesses: 43
  126.  
  127.     Keywords: COMMAND JOIN DBASE
  128.     
  129.     Program to simulate the JOIN command using a PRG file instead. Can be used
  130.     to work around a limitation in dBASE III 1.0 that restricts the use of the
  131.     FIELDS parameter of the JOIN command, or can be modified to enhance the
  132.     capabilities of the JOIN command by adding extra commands to this program
  133.     file. //Steve//
  134.     
  135.     
  136.  
  137. [70166,337]
  138. HC.ARC                    29-Jun-86 45230(19328)       Accesses: 29
  139.  
  140.     Keywords: DBASE HARDCOPY PRINTOUT FORMAT DBASE III PLUS
  141.     
  142.     HardCopy (HC) will print any ASCII file, including dBASE command files, to
  143.     the LST device (LPT1:) in a convenient format.  It is useful for producing
  144.     hardcopy of your programming.  Requires Epson or compatible printer. 
  145.     Prints 80 lines of code per page in Elite (12cpi) format.  Type HC ? for
  146.     help. Upl/Auth: Craig Steinberg.  (139 Blocks, Xmodem, 8bit)  Includes
  147.     Pascal source and executable file.  Extract with ARC 5.1.
  148.     
  149.     
  150.  
  151. [76146,371]
  152. DIREXI.ARC                23-Jun-86 5215(2240)         Accesses: 22
  153.  
  154.     Keywords: BIN ASM PLUS CALL LOAD
  155.     
  156.     A couple of short BIN routines to CALL from Plus, PWD gets Present Working
  157.     Directory (stole name from Unix), DIREXIST checks for existence of a
  158.     directory. PWD updated 6-23-86 to not change length of dBASE memvar.
  159.     
  160.     
  161.  
  162. [76474,154]
  163. DB3SPS.COM                19-Jun-86 2240               Accesses: 22
  164.  
  165.     Keywords: DBASE III PLUS SPSS SPSS-PC FILE CONVERSION
  166.     
  167.     This is a handy utility which translates a dBASE III/dBASE III Plus file
  168.     into an SPSS-PC (statistics) control file and an ASCII data file.  The data
  169.     file is equivalent to dBASE's COPY TO filename SDF, but the control file is
  170.     tailored to SPSS.  The Turbo Pascal source code is available in Borland's
  171.     Forum (BOR-100).
  172.     
  173.     
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 4
  181.  
  182.  
  183. [70166,337]
  184. DSTRIP.COM                16-Jun-86 655(288)           Accesses: 127
  185.  
  186.     Keywords: DBASE STRIP CLEAN FASTER DBASE III PLUS
  187.     
  188.     dSTRIP is a fast routine for removing blank lines, comments and program
  189.     indentation from dBASE command files.  In addition, it changes all
  190.     non-quoted lines to upper case.  These changes allow dBASE programs to run
  191.     faster. See the July 1986 PC Magazine for the accompanying batch file and
  192.     for full usage instructions.  Format: dstrip <infile >outfile.ext Upl: 8bit
  193.     Xmodem, 2 blocks.
  194.     
  195.     
  196.  
  197. [76146,371]
  198. SAVERE.ARC                11-Jun-86 10415(4448)        Accesses: 102
  199.  
  200.     Keywords: PLUS ASM BIN CALL LOAD
  201.     
  202.     Save and restore screens in db3+.  I'm not the author.  This works nicely,
  203.     just like <gasp> Clipper.
  204.     
  205.     
  206.  
  207. [70166,337]
  208. CLEAN2.ARC                09-Jun-86 55635(23744)       Accesses: 36
  209.  
  210.     Keywords: DBASE DBASE III PLUS CLEAN SPEED-UP
  211.     
  212.     Clean version 2.2 fixes several bugs in previous versions.  Clean is a
  213.     dBASE "filter" which removes blank lines, comments and/or indentation from
  214.     dBASE command/program files.  -Upl/Auth: Craig S. Steinberg (8 bit)
  215.     Download (171 Xmodem blocks) and unpack with ARC 5.1 or later. Enter CLEAN
  216.     ? for instructions on use.
  217.     
  218.     
  219.  
  220. [76146,371]
  221. COLORS.ARC                05-Jun-86 10740(4608)        Accesses: 81
  222.  
  223.     Keywords: 3PLUS SET SCREEN COLORS REVISED 6686
  224.     
  225.     Set screen colors with db3+ (revised).
  226.     
  227.     
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 5
  236.  
  237.  
  238. [76146,371]
  239. VERIFY.ARC                05-Jun-86 1635(704)          Accesses: 10
  240.  
  241.     Keywords: BIN ASM CALL LOAD PLUS
  242.     
  243.     Set/reset DOS verify switch from 3Plus.
  244.     
  245.     
  246.  
  247. [75136,360]
  248. MENU.ARC                  04-Jun-86 54660(23328)       Accesses: 107
  249.  
  250.     Keywords: SAYWHAT DEMO MENU
  251.     
  252.     SAYWHAT demo version of a highlighted menu option program. DL using a
  253.     supported protocol and unpack using ARC-5 or later. Start with the
  254.     README.BAT file. This is a version of a program that Paul Ferrara and I
  255.     played around with on PCS158 before ASHFORUM was started. It gives a good
  256.     demo of saywhat and INKEY() processing. Took about 1hr. to create.
  257.     Upl/Auth: Steve Kalman time = 4Min at 1200Baud
  258.     
  259.     
  260.  
  261. [70166,337]
  262. STRIPL.ARC                25-May-86 31235(13344)       Accesses: 6
  263.  
  264.     Keywords: PASCAL FILTER STRIP DBASE ALTERNATE
  265.     
  266.     STRIPLN1 is a turbo pascal filter which removes the first line in any text
  267.     file.  It can be used to remove the CR-LF sequence at the beginning of a
  268.     dBASE III alternate file.  Syntax:  STRIPLN1 Infile.ext Outfile.txt
  269.     Uploaded by author, Xmodem 96 blocks, 8bit binary.  Craig Steinberg note: 
  270.     read the .PAS file included for further instructions.
  271.     
  272.     
  273.  
  274. [76146,371]
  275. NETPRT.ARC                22-May-86 5860(2528)         Accesses: 17
  276.  
  277.     Keywords: NETWORK PRINT SCREEN 3+ CALL LOAD BIN ASM
  278.     
  279.     Print your screen on the network..tested only on IBM net...EXPERIMENTAL...
  280.     suggestions appreciated.
  281.     
  282.     
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 6
  291.  
  292.  
  293. [76146,371]
  294. PRCHEC.ARC                19-May-86 8465(3616)         Accesses: 37
  295.  
  296.     Keywords: BIN PLUS CHECK PRINTER STATUS
  297.     
  298.     Check the printer status with a CALL to a BIN routine.  From technotes,
  299.     with a couple of corrections by the original author (maybe some
  300.     "paraphrases" too, I forget).  Theoretically not needed with Plus,
  301.     originally for DR.
  302.     
  303.     
  304.  
  305. [75126,1345]
  306. NO2WOR.PRG                16-May-86 1270               Accesses: 99
  307.  
  308.     Keywords: DOLLAR CHECK AMOUNTS
  309.     
  310.     This program converts a numeric variable Amount into a character string
  311.     Dollar in the form   X thousand Y hundred Z dollars and nn/100 cents
  312.     
  313.     
  314.  
  315. [76267,121]
  316. COMMAS.EXE                15-May-86 21155(9056)        Accesses: 27
  317.  
  318.     Keywords: DBASE IIIPLUS APPEND DELIMITED COMMAS
  319.     
  320.     A simple filter program written in C which I use to add quotes to a
  321.     comma-only delimited file.  No documentation.  Enter only: COMMAS
  322.     <sourcefile> <targetfile> Will add all those $$@%#^*! double quote marks
  323.     necessary to APPEND DELIMITED correctly. -- Kevin Markey
  324.     
  325.     
  326.  
  327. [70075,252]
  328. WINDOW.ARC                14-May-86 53040(22656)       Accesses: 103
  329.  
  330.     Keywords: WINDOWS DBASE PLUS DEVELOPERS RELEASE SAYWHAT
  331.     
  332.     This is a LITTLE demonstration program for SAYWHAT?!  It will run on either
  333.     mono or color monitors but requires either dBase III Plus or the
  334.     Developer's Release, as written.  It can be modified to run under version
  335.     1.1 or dBase II by replacing the GETENV() function with a simple STORE
  336.     statement.  Includes VIDPOP.COM from The Research Group that allows others
  337.     to run programs created with SAYWHAT?!  Paul Ferrara
  338.     
  339.     
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 7
  348.  
  349.  
  350. [74746,1567]
  351. TWENTY.ARC                13-May-86 9120(3904)         Accesses: 75
  352.  
  353.     Keywords: DBASE III PLUS 20 FILES OPEN MODULE TWENTY LOAD CALL DOS 3.XX
  354.     
  355.     The assembly language source code and the binary file that allows dBASE III
  356.     Plus to have up to 20 files open simultaneously.  The .BIN file can be
  357.     LOADed and CALLed from a dBASE Plus command file (or the dot prompt).  Uses
  358.     an undocumented DOS trick.  REQUIRES DOS 3.xx.  Tested with DOS 3.1.  If
  359.     you use it successfully with another DOS, please let me know.  Requires ARC
  360.     version 4.30 or higher to deARC.
  361.     
  362.     
  363.  
  364. [76146,371]
  365. DISKSP.ARC                09-May-86 5860(2528)         Accesses: 21
  366.  
  367.     Keywords: PLUS DRIVE NOT READY ASM BIN
  368.     
  369.     Checks disk space any drive, also returns error if drive not ready or
  370.     invalid. Beta!  BIN/ASM  Plus needed (or DR)
  371.     
  372.     
  373.  
  374. [76146,371]
  375. GETDRI.ARC                09-May-86 1955(864)          Accesses: 11
  376.  
  377.     Keywords: PLUS LOAD CALL BIN
  378.     
  379.     Simple BIN routine to get the current drive.
  380.     
  381.     
  382.  
  383. [76146,371]
  384. WDB.ARC                   08-May-86 5535(2368)         Accesses: 26
  385.  
  386.     Keywords: SUPERKEY MACRO DBASE
  387.     
  388.     A simple Superkey macro file to demonstrate help windows thru KEY,
  389.     customizing WS and SK to work together, contains a macro for WS to change
  390.     all @SAY..GET statements in a format file to the previous row.  This is old
  391.     news for me, needs some polishing.  RF
  392.     
  393.     
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 8
  402.  
  403.  
  404. [72307,154]
  405. DB3                       05-May-86 6140               Accesses: 50
  406.  
  407.     Keywords: 3COM 3+ NETWORK
  408.     
  409.     Seeing as the installation procedure for dBase III Plus was not included in
  410.     the manuals, I called Ashton-Tate and this is what they sent to me. I hope
  411.     it can help anyone with installing dBase III Plus on a 3Com 3+ PC Network.
  412.     If you have any questions, you can write to me as well since I've gone
  413.     through this and may be able to answer some questions.
  414.     
  415.     
  416.  
  417. [76012,1556]
  418. DBTS1A.FW2                02-May-86 13345(5696)        Accesses: 5
  419.  
  420.     Keywords: DBASE TEST
  421.     
  422.     This is the Framework II version of DBTST1.TXT.  It represents a "first
  423.     cut" of the possible objectives of an elementary level dBASE III test.
  424.     Uploaded as part of the on-going thread on dBASE testing.  8-bit file.
  425.     Download with protocol. ==Larry Parets==
  426.     
  427.     
  428.  
  429. [76703,3033]
  430. DBTS1A.TXT                02-May-86 1680               Accesses: 14
  431.  
  432.     Keywords: DBASE TEST
  433.     
  434.     
  435.        This is the text version of DBTST1.FW2.  It represents a "first
  436.        cut" of the possible objectives of an elementary level dBASE III test.
  437.        Uploaded as part of the on-going thread on dBASE testing.  8-bit file.
  438.        Download with protocol or Read. Uploaded by Larry Parets
  439.     
  440.     
  441.  
  442. [76012,1556]
  443. DBTST1.TXT                30-Apr-86 4560(1952)         Accesses: 14
  444.  
  445.     Keywords: DBASE TEST
  446.     
  447.     A small text file that represents a "first cut" of the possible objectives
  448.     of a elementary level dBASE III test.  Uploaded as part of the on-going
  449.     thread on dBASE testing.  ==Larry Parets==
  450.     
  451.     
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                    Page 9
  460.  
  461.  
  462. [76146,371]
  463. CHMOD.ARC                 22-Apr-86 57585(24576)       Accesses: 13
  464.  
  465.     Keywords: CHANGE DOS FILES ATTRIBUTES CAREFUL
  466.     
  467.     Three programs: FULLDIR shows all files w/attributes (decimal) CHMOD
  468.     changes files' attributes CDMOD changes directories' attributes BE
  469.     CAREFUL!! If you do not know what you are doing, don't use these!
  470.     
  471.     
  472.  
  473. [70075,252]
  474. DELDUP.PRG                14-Apr-86 1770               Accesses: 159
  475.  
  476.     Keywords: DUPLICATES DBASE PLUS 1.1
  477.     
  478.     This is a routine that will either delete or print duplicates in a database
  479.     file.  Change the fieldnames as required for your application. Leave
  480.     comments or questions here on the Sig or via Easyplex. Paul Ferrara
  481.     
  482.     
  483.  
  484. [74166,1301]
  485. DBXREF.COM                09-Apr-86 44575(19040)       Accesses: 124
  486.  
  487.     Keywords: DBASEIII CROSS-REFERENCING PROCEDURE FILES
  488.     
  489.     Written by Greg West of Saskatchewan, there is no documentation. Uploaded
  490.     by E. Peter McKinney. Type DBXREF and a message will pop up.
  491.     
  492.     
  493.  
  494. [74166,1301]
  495. LPRINT.COM                09-Apr-86 32865(14048)       Accesses: 90
  496.  
  497.     Keywords: DBASEIII CROSS-REFERENCING PRINTING MODULE
  498.     
  499.     Originally written by Greg West, Saskatchewan, uploaded by E. Peter
  500.     McKinney There is no documentation. The first screen of DBXREF tells you
  501.     what to do.
  502.     
  503.     
  504.  
  505. [76146,371]
  506. RPRN.ARC                  08-Apr-86 6835(2944)         Accesses: 65
  507.  
  508.     Keywords: PRINTER REDIRECTION 3+
  509.     
  510.     Redirect printer output in 3+, have not tested extensively but works better
  511.     than any others I have.  Feedback appreciated.
  512.     
  513.  
  514.  
  515.  
  516.  
  517.  
  518. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 10
  519.  
  520.  
  521. [76146,371]
  522. CLRTSR.ARC                11-Mar-86 14000(5984)        Accesses: 20
  523.  
  524.     Keywords: RESIDENT CTOOLS MEMORY MANAGEMENT
  525.     
  526.     A set of two routines to mark memory and then clear all
  527.     terminate-stay-resident programs loaded after that point.  Will release the
  528.     space used by Ctools ONLY if the second program (release.com) is RUN from
  529.     dBASE.  Needs ARC51 or later, Turbo Pascal 3.0 or later.
  530.     
  531.     
  532.  
  533. [70166,337]
  534. SAMPLE.LAN                06-Mar-86 2395               Accesses: 95
  535.  
  536.     Keywords: LAN DBASE III PLUS RLOCK EXAMPLE LOCAL AREA NETWORK
  537.     
  538.     THIS FILE IS AN EXAMPLE OF USING THE RLOCK() FUNCTION IN DBASE 3+ IN AN
  539.     APPLICATION PROGRAM OF MINE.  IT IS ONLY PARTIAL CODE FOR STUDY.  PLEASE
  540.     FEEL FREE TO VIEW AND COMMENT. 
  541.                                                     CRAIG STEINBERG  70166,337
  542.     
  543.     
  544.  
  545. [76146,371]
  546. ONERRO.ARC                06-Mar-86 12050(5152)        Accesses: 83
  547.  
  548.     Keywords: TRAP ERROR PLUS
  549.     
  550.     An experimental!! on error routine for 3+, adapted from technotes, please
  551.     give me some feedback on this one.  3-6-85
  552.     
  553.     
  554.  
  555. [76555,711]
  556. DEVELO.PRG                03-Mar-86 4285               Accesses: 322
  557.  
  558.     Keywords: DEVELOP PROGRAM UTILITY
  559.     
  560.     You have the description, if you need more infor let me know.
  561.     
  562.     
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 11
  571.  
  572.  
  573. [76566,2350]
  574. SWAPPA.LBR                27-Feb-86 3905(1696)         Accesses: 47
  575.  
  576.     Keywords: DBASE DBASEIII DBASE3 DB3 .BIN LOAD CALL
  577.     
  578.     SWAPPAGE.LBR is a binary routine using ROM-BIOS Interrupt 10H that allows
  579.     you to write pages offscreen and then display them.  Requires color card
  580.     (though not EGA!), dBASE III+ or Developer's Release.  It doesn't speed
  581.     writing, but relieves you from having to watch the screen write line by
  582.     line. See .DOC file, included. /TOM MCMINN/ Sysop note: REName SWAPPAGE.BIN
  583.     to SWAP.BIN(less than 8 chars. in filename) for this to work.
  584.     
  585.     
  586.  
  587. [76146,371]
  588. ENCRYP.ARC                26-Feb-86 1635(704)          Accesses: 33
  589.  
  590.     Keywords: CALL LOAD BINARY ENCRYPTION
  591.     
  592.     Two little CALLable routines to encrypt/decrypt strings. Needs arc v. 5.1.
  593.     
  594.     
  595.  
  596. [70075,252]
  597. DICT.ARC                  18-Feb-86 40020(17088)       Accesses: 172
  598.  
  599.     Keywords: DATA DICTIONARY XREF CROSS REFERENCE DBASE III PLUS DR
  600.     
  601.     This program will help you maintain a data dictionary of sorts for each
  602.     dBase application.  It will work with dBase III, the Developer's Release,
  603.     and dBase III Plus.  Type README.1ST for instructions.  Un-Arc with ARC.EXE
  604.     or ARC-E.COM.  Paul Ferrara and Bill Lonborg
  605.     
  606.     
  607.  
  608. [76703,3033]
  609. SED.ART                   17-Feb-86 25395              Accesses: 102
  610.  
  611.     Keywords: SED SCREEN EDITOR ARTICLE TECHNOTES
  612.     
  613.     This is an article covering SED, the Screen Editor, which includes
  614.     "everything you ever wanted to know about the program.  Installations and
  615.     special uses of the program are the main points here.  Worth reading if
  616.     using SED presently.  By Karen Robinson of the Support Center.
  617.     
  618.     
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 12
  627.  
  628.  
  629. [76146,371]
  630. LPTX.ARC                  16-Feb-86 48800(20832)       Accesses: 72
  631.  
  632.     Keywords: SPOOL REDIRECT PRINTER DBASE
  633.     
  634.     Spools output for printer to disk file.  Works for lpt1,2,3, can be turned
  635.     off and is compatible with dBASE, PRINT.
  636.     
  637.     
  638.  
  639. [70261,156]
  640. TAPEBA.DOC                24-Jan-86 1585               Accesses: 42
  641.  
  642.     Keywords: TAPE COMPAQ BACKUP IRWIN
  643.     
  644.     Doc. file for above program
  645.     
  646.     
  647.  
  648. [70261,156]
  649. TAPEBA.PRG                24-Jan-86 7570               Accesses: 23
  650.  
  651.     Keywords: TAPE COMPAQ IRWIN BACKUP
  652.     
  653.     A little tapeback program that runs the TAPE.exe supplied by Compaq with
  654.     the 286. It maintains a Father Grandfather Son rotating backup procedure
  655.     See accompanying .doc file for further thoughts and info
  656.     
  657.     
  658.  
  659. [75135,1552]
  660. DCNT09.LQR                11-Jan-86 81665(34848)       Accesses: 168
  661.  
  662.     Keywords: DBASEIII PROGRAM SQUEEZER
  663.     
  664.     DECANT 0.9 This program reduces the size of dBase programs by removing
  665.     excess spaces, comment lines, and reducing dBase commands to four
  666.     characters.  This results in programs which run faster and use less disk
  667.     space.  This version of DECANT fixes some bugs in the handling of strings
  668.     and TEXT-ENDTEXT pairs.
  669.     
  670.     
  671.  
  672. [70075,252]
  673. COLOR.LBR                 28-Dec-85 1120               Accesses: 157
  674.  
  675.     Keywords: DB3 DBASE DR DEVELOPERS RELEASE 1.1 1.2 COLOR
  676.     
  677.     This dBase III program will display all of the color combinations available
  678.     under versions 1.1 and the Developer's Release (1.2). Unlibrary with LU. 
  679.     Paul Ferrara
  680.  
  681.  
  682.  
  683.  
  684.  
  685. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 13
  686.  
  687.  
  688. [75136,360]
  689. CPDINT.PRG                23-Dec-85 2290(992)          Accesses: 103
  690.  
  691.     Keywords: LOGS LOGARITHMS INTEREST CALCULATIONS DBASE III
  692.     
  693.     This is a trivial prg that will calculate a compound interest amount based
  694.     on a starting principal, a term of years, an interest rate, and the number
  695.     of annual compounding periods.  This program uses the LOG and EXP functions
  696.     to evaluate the formula P = P * (1 + R) ^ N and as such provides a good
  697.     example on the use of logs.
  698.     
  699.     
  700.  
  701. [70075,252]
  702. PASSWD.LBR                21-Dec-85 9760(4192)         Accesses: 180
  703.  
  704.     Keywords: DBASE III PASSWORD DR DEVELOPERS RELEASE
  705.     
  706.     This is a password routine for dBase III.  It will run with either version
  707.     1.1 or the Developer's Release (and hopefully dBase III+). Unlibrary with
  708.     LU.COM.  The program contains graphic characters, so don't edit with MODIFY
  709.     COMMAND, or any editor that strips the high bit. Address comments and
  710.     questions to me on the Ashton-Tate SIG or via EASYPLEX.  Paul Ferrara
  711.     
  712.     
  713.  
  714. [76703,3033]
  715. PRTSWP.COM                18-Dec-85 335(160)           Accesses: 51
  716.  
  717.     Keywords: PORT SWAP PRINTER LPT1 LPT2 RUN
  718.     
  719.     This program, when RUN from dBASE III, switches the printer output from
  720.     LPT1: to LPT2: on the IBM PC.  See also PRTSWP.ART for details.
  721.     
  722.     
  723.  
  724. [76703,3033]
  725. PFSINP.ART                04-Dec-85 4755               Accesses: 53
  726.  
  727.     Keywords: PFSFILE TRANSFER TO DBASE III TECHNOTES
  728.     
  729.     This is an article describing a method for transferral of data between
  730.     PFS:FILE and dBASE III.
  731.     
  732.     
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 14
  741.  
  742.  
  743. [76703,3035]
  744. PRTSWP.ART                08-Oct-85 3820               Accesses: 117
  745.  
  746.     Keywords: IBM PC PRINTER PORT SWAP
  747.     
  748.     This routine allows the user or programmer to toggle the LPT1 and LPT2
  749.     ports, making it easy to redirect output to several printers.  (Article by
  750.     Robert Boies, reprinted from the September 1985 issue of TechNotes.)
  751.     
  752.     
  753.  
  754. [76703,3035]
  755. NUHED3.ART                07-Oct-85 2005               Accesses: 133
  756.  
  757.     Keywords: NEWHEAD BAS RECONSTRUCT DAMAGED DATA FILE HEADER
  758.     
  759.     This is a reprint from TechNotes of an article describing a program called
  760.     NEWHEAD.BAS, which is used to recreate a dBASE III file header in a damaged
  761.     file. Source code for the BASIC program is included in the article text.
  762.     
  763.     
  764.  
  765. [70075,252]
  766. COLOR.LQR                 06-Oct-85 7490(3200)         Accesses: 135
  767.  
  768.     Keywords: DBASE III DB3 COLOR INSTALL
  769.     
  770.     COLOR.LQR is a squeezed library file.  Unsqueeze with NUSQ.COM & unlibrary
  771.     with LU86 or LUE.
  772.     COLOR.SEL is a dBase III command file that can be run from any of your
  773.     existing dBase III programs.  It will allow custom installation of either
  774.     monochome or color screen attributes.  Direct any questions or comments to
  775.     me here on the SIG.  Paul Ferrara
  776.     
  777.     
  778.  
  779. [70376,1600]
  780. MENU.PRG                  24-Sep-85 2840               Accesses: 269
  781.  
  782.     Keywords: DBASE DEVELOPERS RELEASE CLIPPER MENU ARROW KEYS
  783.     
  784.     This program uses the INKEY function of A-T's Developer's Release and the
  785.     Clipper Compiler to allow the arrow keys to move a menu bar up and down. 
  786.     It will not run under dBASE ver. 1.1 .  For maximum speed, remove all
  787.     comments if running uncompiled.                          //MMS//
  788.     
  789.     
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 15
  798.  
  799.  
  800. [76703,3007]
  801. DSPNDX.DOC                19-Sep-85 2915               Accesses: 189
  802.  
  803.     Keywords: DISPLAY INDEX KEY DOS UTILITY
  804.     
  805.     This is the documentation for the DSPNDX.EXE utility.
  806.     
  807.     
  808.  
  809. [76703,3007]
  810. DSPNDX.EXE                19-Sep-85 5535(2368)         Accesses: 171
  811.  
  812.     Keywords: DISPLAY INDEX KEY DOS UTILITY
  813.     
  814.     This is a handy public domain utility that will display the key expression
  815.     of an index (.NDX) file from DOS. It works with dBASE II and dBASE III
  816.     indexes. The documentation is in the file DSPNDX.DOC.
  817.     
  818.     
  819.  
  820. [76703,3007]
  821. LSTSTR.COM                19-Sep-85 36770(15712)       Accesses: 100
  822.  
  823.     Keywords: LIST STRUCTURE DATABASE DBF UTILITY
  824.     
  825.     This public domain utility will display the structure of a .DBF file in
  826.     DOS. There is no documentation, but the operation is simple enough. LSTSTR
  827.     FILENAME.EXT will show the structure in a format much like dBASE.
  828.     
  829.     
  830.  
  831. [76703,3007]
  832. SL.COM                    19-Sep-85 108015(46112)      Accesses: 278
  833.  
  834.     Keywords: SL DEBUGGING PRG PROGRAM TOOL UTILITY FLOW CONTROL
  835.     
  836.     This is a program debugging aid similar to the commercial program DFLOW. It
  837.     will test and diagram your programs control flow. The documentation is in a
  838.     file called SL.DOC.
  839.     
  840.     
  841.  
  842. [76703,3007]
  843. SL.DOC                    19-Sep-85 3130               Accesses: 378
  844.  
  845.     Keywords: DEBUGGING PRG PROGRAM TOOL UTILITY FLOW CONTROL
  846.     
  847.     This is the documentation file for SL.COM.
  848.     
  849.     
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 16
  857.  
  858.  
  859. [76703,3035]
  860. 123DB3.ART                19-Aug-85 2990               Accesses: 263
  861.  
  862.     Keywords: LOTUS 1-2-3 DATA TRANSFER PCDOS MSDOS
  863.     
  864.     Reprinted from the May 1985 issue of TechNotes. Indicates the procedure for
  865.     transferring data from dBASE III to Lotus 1-2-3, and from 1-2-3 to dBASE
  866.     III. Eliminates the need for using the Lotus translate utility, as dBASE II
  867.     files from that utility are incompatible with dCONVERT. Written by Chris
  868.     White of the Ashton-Tate Software Support Center.
  869.     
  870.     
  871.  
  872. [76703,3035]
  873. BACKUP.ART                19-Aug-85 3790               Accesses: 293
  874.  
  875.     Keywords: DATA FILE BACKUP UTILITY
  876.     
  877.     Reprinted from the May 1985 issue of TechNotes. Provides for automatic file
  878.     backup within dBASE III without the use of the DOS Backup utilities. Backup
  879.     disks are numbered and date-stamped automatically. Written by Ray Love.
  880.     
  881.     
  882.  
  883. [76703,3035]
  884. DB3PRT.ART                19-Aug-85 21235              Accesses: 273
  885.  
  886.     Keywords: PRINTING
  887.     
  888.     Reprinted from the June 1985 issue of TechNotes. Describes in detail what
  889.     is needed to get the most from your printer's capabilities from within
  890.     dBASE III. Written by Chris White of the Ashton-Tate Software Support
  891.     Center. (Note: some of this information is also useful in dBASE II!)
  892.     
  893.     
  894.  
  895. [76703,3035]
  896. INDEX.ART                 19-Aug-85 6195               Accesses: 191
  897.  
  898.     Keywords: DATE FIELD INDEX
  899.     
  900.     Reprinted from the August 1985 issue of TechNotes. Explains how to use the
  901.     date fields in dBASE III in index expressions, both alone and in
  902.     conjunction with other data of different types. Written by Chris White of
  903.     the Ashton-Tate Software Support Center.
  904.     
  905.     
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 17
  914.  
  915.  
  916. [76703,3035]
  917. LABELS.ART                19-Aug-85 12540              Accesses: 159
  918.  
  919.     Keywords: LABELS PRINTING
  920.     
  921.     Reprinted from the August 1985 issue of TechNotes. Explains how to overcome
  922.     the limitations of the LABEL FORM generator by using custom programs.
  923.     Written by Chris White of the Ashton-Tate Software Support Center.
  924.     
  925.     
  926.  
  927. [76703,3035]
  928. LJUST.ART                 19-Aug-85 2345               Accesses: 117
  929.  
  930.     Keywords: LEFT JUSTIFY NUMERIC DATA
  931.     
  932.     Reprinted from the July 1985 issue of TechNotes. Explains how to convert
  933.     data from numeric (right-justified) to character (left-justified). Written
  934.     by Stanley Ballenger of the Ashton-Tate Software Support Center.
  935.     
  936.     
  937.  
  938. [76703,3035]
  939. SHARE.ART                 19-Aug-85 13695              Accesses: 126
  940.  
  941.     Keywords: DATA TRANSFER SDF DELIMITED
  942.     
  943.     Reprinted from the June 1985 issue of TechNotes. Explains the types of data
  944.     structures that are used in SDF and DELIMITED files, and how to make use of
  945.     these files. Written by Chris White of the Ashton-Tate Software Support
  946.     Center.
  947.     
  948.     
  949.  
  950. [76703,3035]
  951. D3FIX.DOC                 05-Aug-85 10950              Accesses: 179
  952.  
  953.     Keywords: DATABASE DATAFILE FILE REPAIR UTILITY PCDOS MSDOS
  954.     
  955.     This is the documentation file for the DB3FIXPO.EXE program (located in the
  956.     data library as D3FIX.EXE), which repairs damaged dBASE III files. NOTE:
  957.     This program has NOT been tested by Ashton-Tate, so we cannot guarantee
  958.     that the program will work in all cases. This program and documentation
  959.     were placed in the public domain via the dBASE II Bulletin Board in
  960.     Campbell, CA. Call them at 408/378-8733 (modem) to see what they have to
  961.     offer....
  962.     
  963.     
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971. CompuServe Ashton-Tate Forum, DL 2 - dBASE III/DR/PLUS                   Page 18
  972.  
  973.  
  974. [76703,3035]
  975. D3FIX.EXE                 05-Aug-85 65730(28064)       Accesses: 126
  976.  
  977.     Keywords: DATABASE DATAFILE FILE RECOVER UTILITY
  978.     
  979.     See file D3FIX.DOC for information. (Program to repair damaged dBASE III
  980.     data files.)
  981.  
  982.